CHECKLIST FVALUE D

This command will return a float value from slot D of the specified checklist.

  Syntax
Return Float=CHECKLIST FVALUE D(Index)
  Parameters
Index
Integer
The checklist index

  Returns

The float value stored in the specified checklist slot

  Description

This slot is often filled by PERFORM CHECKLIST commands.

  Example Code
set display mode 800,600,32
cls
print "CONTROL DEVICES"
print
PERFORM CHECKLIST FOR CONTROL DEVICES
for c=1 to checklist quantity()
a=checklist fvalue a(c)
b=checklist fvalue b(c)
c=checklist fvalue c(c)
d=checklist fvalue d(c)
print "found:";checklist string$(c)
next c
do
loop
end
  See also

SYSTEM Commands Menu
Index